/**** Calcule sur une base de 1440px ****/

@media (orientation: landscape) {

/********* ARTICLE MASSAGE ENTREPRISE **********/

.article_entreprise {
    gap: 5.5vw;
    padding: 6.9vw 0 10.4vw 0
}

.titre_article_entreprise {
    width: 72.5vw;
    height: 10.4vw;
}

.titre_article_entreprise h1 {
    font-size: 4.9vw;
}

.titre_article_entreprise h2 {
    font-size: 4.2vw;
}

/********* PARTIE 1 **********/

.partie1_entreprise {
    width: 74.3vw;
    height: 55.2vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 22.6vw 32.6vw;
    gap: 0
}

.img1_entreprise {
    width: auto;
    height: 34.7vw;
    box-shadow: 2.1vw 1.4vw 0 #b36e7a;
    grid-row-start: 1;
    grid-row-end: span2;
    grid-column-start: 1;
    grid-column-end: 1;
    align-self: start;
}

.quoi_entreprise {
    width:38.9vw;
    height: 21.5vw;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 2;
    grid-column-end: 2;
    margin: auto
}

.quoi_entreprise h3 {
    font-size: 1.4vw;
    line-height: 1.4;
}

.quoi_entreprise p {
    font-size: 1.4vw;
    line-height: 1.4;
}


/********* PARTIE 2 **********/

.partie2_entreprise {
    width: 38.9vw;
    height: 33.3vw;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 2;
    margin: auto
}

.partie2_entreprise h3 {
    width: 38.9vw;
    font-size: 1.4vw;
    line-height: 1.4;
    align-self: flex-start;
}

.partie2_entreprise ul {
    width: 38.9vw;
    height: 29.9vw;
    font-size: 1.4vw;
    line-height: 1.4;
    margin-left: 2.4vw;
}

/********* PARTIE 3 **********/

.partie3_entreprise {
    width: 73.6vw;
    height: 34.2vw;
    display: flex;
    flex-direction: row;
    margin-top: 3.5vw;
    position: relative
}

.img2_entreprise {
    width: auto;
    height: 34.7vw;
    position: absolute;
    top: -2.8vw;
    left: 52.1vw;
}

.technique_entreprise {
    width: 46.5vw;
    height: 17.4vw;
    position: absolute;
    bottom: 8vw;
    left: 3.5vw
}

.technique_entreprise h3 {
    font-size: 1.4vw;
    align-self: flex-start;
    line-height: 1.4;
}

.technique_entreprise ul {
    height: 22.2vw;
    font-size: 1.4vw;
    line-height: 1.4;
    margin-left: 2.4vw;
}

/********* PARTIE 4 **********/

.partie4_entreprise {
    width: 72.9vw;
    height: 13.9vw;
}

.partie4_entreprise h3 {
    width: 67.4vw;
    font-size: 1.4vw;
    align-self: flex-start;
    line-height: 1.4;
}

.partie4_entreprise ul {
    width: 68.75vw;
    height: 12.5vw;
    font-size: 1.4vw;
    line-height: 1.4;
    margin-left: 2.4vw;
}

/********** BOUTON TARIF *********/

.button_tarif {
    width: 17.2vw;
    height: 2.4vw;
    border: 0vw;
    border-radius: 3.5vw;
    font-size: 1vw;
}

}